Fancy Bookmarklet
Discover favorite items from online stores/shops and click Fav Button to save at FancyHype
Fancy Bookmarkletとは何ですか?
Fancy Bookmarkletはhttp://fancyhype.comによって開発されたChromeの拡張機能で、その主な機能は「Discover favorite items from online stores/shops and click Fav Button to save at FancyHype」です。
拡張機能のスクリーンショット
Fancy Bookmarklet拡張機能のCRXファイルをダウンロード
Fancy Bookmarklet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this Extension to add cool items to your Favortites at FancyHype.com
拡張機能の基本情報
名前 | |
ID | njpdcbobjhpbdmeaajffdhfdofjfnlof |
公式URL | https://chrome.google.com/webstore/detail/fancy-bookmarklet/njpdcbobjhpbdmeaajffdhfdofjfnlof |
説明 | Discover favorite items from online stores/shops and click Fav Button to save at FancyHype |
ファイルサイズ | 13.46 KB |
インストール数 | 17 |
現在のバージョン | 1.0 |
最終更新日 | 2014-09-04 |
公開日 | 2014-09-04 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | http://fancyhype.com |
支払い方法 | free |
拡張機能のウェブサイト | http://fancyhype.com/bookmarklet/ |
ヘルプページのURL | http://fancyhype.com/faqs/ |
対応言語 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/logo_32x32.png", "default_title": "Fav at FancyHype" }, "content_scripts": [ { "js": [ "fetcher.js", "styler.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Discover favorite items from online stores\/shops and click Fav Button to save at FancyHype", "icons": { "16": "icons\/logo_32x32.png", "48": "icons\/logo_48x48.png", "128": "icons\/logo_128x128.png" }, "manifest_version": 2, "name": "Fancy Bookmarklet", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "icons\/logo.gif", "icons\/close.png", "style.css" ] } |