StorIt
Instantly get academic journals related to the page you're on.
StorItとは何ですか?
StorItはjawertyによって開発されたChromeの拡張機能で、その主な機能は「Instantly get academic journals related to the page you're on.」です。
拡張機能のスクリーンショット
StorIt拡張機能のCRXファイルをダウンロード
StorIt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
StorIt is a plugin built for getting academic journals related to the page you're on. Made for anyone, college students, researchers, anyone who wants to dive deeper into a topic. Copyright © Jared Wright & Michael Chess Open Source Code https://github.com/michaelchess/StorIt
拡張機能の基本情報
名前 | |
ID | eabffpcknkojflfdjcbfhpnppaahilpc |
公式URL | https://chrome.google.com/webstore/detail/storit/eabffpcknkojflfdjcbfhpnppaahilpc |
説明 | Instantly get academic journals related to the page you're on. |
ファイルサイズ | 1.63 MB |
インストール数 | 45 |
現在のバージョン | 1.0 |
最終更新日 | 2016-03-02 |
公開日 | 2016-03-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | jawerty |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/jawerty/myAlgorithm/blob/main/README.md |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StorIt", "description": "Instantly get academic journals related to the page you're on.", "version": "1.0", "background": { "scripts": [ "scripts\/vendor\/jquery-1.12.0.min.js", "scripts\/vendor\/jspos-0.2.2\/lexer.js", "scripts\/vendor\/jspos-0.2.2\/lexicon.js", "scripts\/vendor\/jspos-0.2.2\/POSTagger.js", "scripts\/vendor\/Readability.js", "scripts\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ], "icons": { "16": "IT_LOGO_128.png", "48": "IT_LOGO_128.png", "128": "IT_LOGO_128.png" }, "browser_action": { "default_icon": "IT_LOGO_128.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", " |