Fiverr Shortcut - Make your shortcut for $5!
Fiverr.com always just a click away.
Fiverr Shortcut - Make your shortcut for $5!とは何ですか?
Fiverr Shortcut - Make your shortcut for $5!はStatsDevelopmentによって開発されたChromeの拡張機能で、その主な機能は「Fiverr.com always just a click away.」です。
拡張機能のスクリーンショット
Fiverr Shortcut - Make your shortcut for $5!拡張機能のCRXファイルをダウンロード
Fiverr Shortcut - Make your shortcut for $5!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This simple extension creates a shortcut on your toolbar which links you directly to the fiverr.com website.
For just $5, I will publish a similar shortcut for your own website/blog on the chrome store.
Check out the gig here:
http://www.fiverr.com/jackcollins940/make-a-chrome-extension-which-links-to-your-website
***This chrome extension is not an official product of Fiverr and the developer is in no way affiliated with Fiverr***                     拡張機能の基本情報
| 名前 |  | 
| ID | empkjaloohhfhmnjmogomjgphlnadpmm | 
| 公式URL | https://chromewebstore.google.com/detail/fiverr-shortcut-make-your/empkjaloohhfhmnjmogomjgphlnadpmm | 
| 説明 | Fiverr.com always just a click away. | 
| ファイルサイズ | 115 KB | 
| インストール数 | 558 | 
| 現在のバージョン | 0.0.1 | 
| 最終更新日 | 2014-07-08 | 
| 公開日 | 2014-07-08 | 
| 評価 | 4.86/5 合計 7 レビュー | 
| 開発者 | StatsDevelopment | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fiverr Shortcut - Make your shortcut for $5!",
    "short_name": "Fiverr Shortcut",
    "version": "0.0.1",
    "description": "Fiverr.com always just a click away.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "thumbsUp.png"
    },
    "icons": {
        "128": "thumbsUp.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js"
            ],
            "matches": [
                "http:\/\/www.fiverr.com\/*",
                "https:\/\/www.fiverr.com\/*"
            ]
        }
    ]
} | |