Pinme
Pinme
What is Pinme?
Pinme is a Chrome extension developed by https://pinme.ru, and its main feature is "Pinme".
Extension Screenshots
Download Pinme Extension CRX File
Download Pinme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Установленная в ваш браузер кнопка «Pinme» позволит легко добавлять картинки с других сайтов в любую из ваших коллекций на сайте Pinme.ru. При этом мы автоматически разместим ссылку на оригинальный источник, который смогут просмотреть другие пользователи сайта Pinme.ru.
Extension Basic Information
Name | Pinme |
ID | abjjaaahigingfdneedpgabgikejlcfl |
Official URL | https://chromewebstore.google.com/detail/pinme/abjjaaahigingfdneedpgabgikejlcfl |
Description | Pinme |
File Size | 11.33 KB |
Installation Count | 1,610 |
Current Version | 1.6.1 |
Last Updated | 2018-04-09 |
Publish Date | 2018-04-09 |
Rating | 4.16/5 Total 19 Ratings |
Developer | https://pinme.ru |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinme", "version": "1.6.1", "description": "Pinme", "permissions": [ "contextMenus", "activeTab", "https:\/\/www.pinme.ru\/*" ], "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "default_title": "\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u043d\u0430 Pinme", "default_icon": "img\/32x32.png" }, "background": { "scripts": [ "popup.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "form.js" ] } ] } |