Better Pin It
Better Pinterest PinIt extension with context menu
Co je Better Pin It?
Better Pin It je rozšíření Chrome vyvinuté Dennis Hildenbrand, a jeho hlavní funkcí je „Better Pinterest PinIt extension with context menu“.
Stáhnout soubor CRX rozšíření Better Pin It
Stáhněte si soubory rozšíření Better Pin It ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Allows you to pin images from every page either through the task bar icon or from the context menu.
Základní Informace o Rozšíření
Název | |
ID | dogjgmhpdaaibbnidlejhkgnmcknfekl |
Oficiální URL | https://chrome.google.com/webstore/detail/better-pin-it/dogjgmhpdaaibbnidlejhkgnmcknfekl |
Popis | Better Pinterest PinIt extension with context menu |
Velikost souboru | 26.49 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-01-26 |
Datum Vydání | 2014-01-26 |
Hodnocení | 3.89/5 Celkem 9 Hodnocení |
Vývojář | Dennis Hildenbrand |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Pin It", "description": "Better Pinterest PinIt extension with context menu", "version": "1.0", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js", "context.js" ] }, "browser_action": { "default_title": "Pin It", "default_icon": { "19": "pinterest_19.png", "38": "pinterest_38.png" } }, "icons": { "16": "pinterest_16.png", "48": "pinterest_48.png", "128": "pinterest_128.png" } } |