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! - это расширение Chrome, разработанное StatsDevelopment, и его основная функция - "Fiverr.com always just a click away.".
Снимки экрана расширения
Скачать файл CRX расширения Fiverr Shortcut - Make your shortcut for $5!
Скачайте файлы расширений 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\/*"
            ]
        }
    ]
} | |