Last active
March 13, 2017 13:26
-
-
Save Mark-Han/2ca41d8ea4ab51360dea56df101091bd to your computer and use it in GitHub Desktop.
customized setting for Chrome extention Redirector--https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd?utm_source=chrome-app-launcher-info-dialog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createdBy": "Redirector v3.1.0", | |
"createdAt": "2017-03-13T13:23:14.103Z", | |
"redirects": [ | |
{ | |
"description": "Google_Scholar", | |
"exampleUrl": "http://scholar.google.com.hk/scholar_url?url=https://www.researchgate.net/profile/Leonard_Dobrzynski/publication/12044060_Experimental_and_Theoretical_Evidence_for_the_Existence_of_Absolute_Acoustic_Band_Gaps_in_Two-Dimensional_Solid_Phononic_Crystals/links/0deec52d6566fe41aa000000.pdf&hl=zh-CN&sa=X&scisig=AAGBfm182tpfFeHK4Ch0NkYkOonWOtksCg&nossl=1&oi=scholarr&ved=0ahUKEwj2ntTpyNPSAhULP48KHWoqCQ0QgAMIGSgAMAA", | |
"exampleResult": "http://scholar.google.com//scholar_url?url=https://www.researchgate.net/profile/Leonard_Dobrzynski/publication/12044060_Experimental_and_Theoretical_Evidence_for_the_Existence_of_Absolute_Acoustic_Band_Gaps_in_Two-Dimensional_Solid_Phononic_Crystals/links/0deec52d6566fe41aa000000.pdf&hl=zh-CN&sa=X&scisig=AAGBfm182tpfFeHK4Ch0NkYkOonWOtksCg&nossl=1&oi=scholarr&ved=0ahUKEwj2ntTpyNPSAhULP48KHWoqCQ0QgAMIGSgAMAA", | |
"error": null, | |
"includePattern": "http://scholar.google.com.hk*", | |
"excludePattern": "", | |
"redirectUrl": "http://scholar.google.com/$1", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "jianshu_index", | |
"exampleUrl": "http://www.jianshu.com/", | |
"exampleResult": "http://www.jianshu.com/users/69c816bd9dbd/latest_articles", | |
"error": null, | |
"includePattern": "http://www.jianshu.com/", | |
"excludePattern": "", | |
"redirectUrl": "http://www.jianshu.com/users/69c816bd9dbd/latest_articles", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "weibo", | |
"exampleUrl": "http://weibo.com/u/1627212975/home?wvr=5", | |
"exampleResult": "https://mail.google.com/mail/u/0/#inbox", | |
"error": null, | |
"includePattern": "http://weibo.com/*", | |
"excludePattern": "", | |
"redirectUrl": "https://mail.google.com/mail/u/0/#inbox", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "jianshu", | |
"exampleUrl": "imark.io", | |
"exampleResult": "http://www.jianshu.com/users/69c816bd9dbd/latest_articles", | |
"error": null, | |
"includePattern": "*imark.io*", | |
"excludePattern": "", | |
"redirectUrl": "http://www.jianshu.com/users/69c816bd9dbd/latest_articles", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Gmail_Link", | |
"exampleUrl": "http://scholar.google.com/scholar_url?url=http://iopscience.iop.org/article/10.1088/1361-6463/50/9/095104/meta&hl=en&sa=X&scisig=AAGBfm3D7kTyLau5QOgZao9x3O8KwVFiig&nossl=1&oi=scholaralrt", | |
"exampleResult": "https://scholar.google.com//scholar_url?url=http://iopscience.iop.org/article/10.1088/1361-6463/50/9/095104/meta&hl=en&sa=X&scisig=AAGBfm3D7kTyLau5QOgZao9x3O8KwVFiig&nossl=1&oi=scholaralrt", | |
"error": null, | |
"includePattern": "http://scholar.google.com*", | |
"excludePattern": "", | |
"redirectUrl": "https://scholar.google.com/$1", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment