Image Stamps
Add some temporary stamps to webpages (until page is refreshed).
ما هو Image Stamps؟
Image Stamps هو إضافة Chrome تم تطويرها بواسطة Nicolas Chan، والميزة الرئيسية لها هي "Add some temporary stamps to webpages (until page is refreshed).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Stamps
قم بتنزيل ملفات الامتداد Image Stamps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a simple extension that allows you to place temporary stamps on webpages by right clicking. You can use the default smiley face or your own image link. Instructions: 1. Install the extension 2. Go to a website 3. Click the smiley face icon in the extension bar 4. Either enter your own link or leave the default link for a smiley face and press "Ok" 5. Right click on the web page (might not work on all areas of the page) 6. To clear the stamps and disable the right click placement, refresh the page.
معلومات أساسية عن التمديد
الاسم | Image Stamps |
ID | injmgpmjcoladcibifohddlmpjdfbnja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-stamps/injmgpmjcoladcibifohddlmpjdfbnja |
الوصف | Add some temporary stamps to webpages (until page is refreshed). |
حجم الملف | 82.08 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-04-21 |
تاريخ النشر | 2015-04-20 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Nicolas Chan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Stamps", "description": "Add some temporary stamps to webpages (until page is refreshed).", "version": "1.0", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "popup.js" ], "persistent": false } } |