Snapshot Publisher
Snapshot Publisher Chrome Extension
ما هو Snapshot Publisher؟
Snapshot Publisher هو إضافة Chrome تم تطويرها بواسطة http://gosnapshot.com، والميزة الرئيسية لها هي "Snapshot Publisher Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snapshot Publisher
قم بتنزيل ملفات الامتداد Snapshot Publisher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Snapshot Publisher Chrome Extension makes it as easy a point and click to capture content and contribute to a social media campaign. Simply browse the web and when you find relevant content…just take a “1-click Snapshot” Snapshot captures the web page information: Title, URL, Image & Summary and sends the Snapshot to the social media manager using their email. Even non-Snapshot users can send great content to registered Snapshot users!
معلومات أساسية عن التمديد
الاسم | |
ID | iglekojkeonkkpneiniepgcppdjemplc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/snapshot-publisher/iglekojkeonkkpneiniepgcppdjemplc |
الوصف | Snapshot Publisher Chrome Extension |
حجم الملف | 142 KB |
عدد التثبيتات | 313 |
النسخة الحالية | 1.4 |
آخر تحديث | 2013-09-05 |
تاريخ النشر | 2013-09-05 |
تقييم | 3.40/5 مجموع تقييمات 5 |
المطور | http://gosnapshot.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snapshot Publisher", "version": "1.4", "manifest_version": 2, "description": "Snapshot Publisher Chrome Extension", "background": { "scripts": [ "content.js" ] }, "browser_action": { "default_icon": "cam-bulb-128sq.png", "default_title": "Snapshot Publisher", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "jquery1.7.1.min.js", "content.js", "extract.js" ], "css": [ "Reset.css", "popup.css" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |