Clip Page
See the Web to gather clips.
Clip Pageとは何ですか?
Clip PageはGGamagidevによって開発されたChromeの拡張機能で、その主な機能は「See the Web to gather clips.」です。
拡張機能のスクリーンショット
Clip Page拡張機能のCRXファイルをダウンロード
Clip Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Display together with a clip of a Web page. You can see in the collectively fragmentary information of multiple Web. This is useful when you see at once the list of 2-3 pages. Selected a long clip of the scissors, and the lower truncated easily.(screen shot 4th~5th) To select the list that illuminates with a clip, please use the Ctrl + left mouse button or middle mouse button. (Command + left mouse button on mac.)
拡張機能の基本情報
名前 | Clip Page |
ID | mjapkjdghebpeepcmlhokcbpeihggkih |
公式URL | https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih |
説明 | See the Web to gather clips. |
ファイルサイズ | 152 KB |
インストール数 | 65 |
現在のバージョン | 0.9.3 |
最終更新日 | 2014-01-13 |
公開日 | 2014-01-12 |
開発者 | GGamagidev |
支払い方法 | free |
拡張機能のウェブサイト | http://ggamagidev.blogspot.com |
ヘルプページのURL | http://ggamagidev.blogspot.com/search/label/Start%20Line |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clip Page", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.9.3", "description": "See the Web to gather clips.", "homepage_url": "http:\/\/ggamagidev.blogspot.com\/", "browser_action": { "default_icon": "icon19.png", "default_popup": "webclippopup.html" }, "content_scripts": [ { "css": [ "themes\/base\/jquery.ui.resizable.css" ], "js": [ "jquery.min.js", "jquery-ui.custom.min.js", "webclipbg.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_page": "webclipoptions.html", "icons": { "16": "icon16.png", "19": "icon19.png", "64": "icon64.png", "128": "icon128.png" } } |