Flickr Share with Template
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
ما هو Flickr Share with Template؟
Flickr Share with Template هو إضافة Chrome تم تطويرها بواسطة https://blog.othree.net، والميزة الرئيسية لها هي "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flickr Share with Template
قم بتنزيل ملفات الامتداد Flickr Share with Template بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With this extension, you can write your own template with mustache template language. Document: https://github.com/othree/flickr-share-template#readme
معلومات أساسية عن التمديد
الاسم | Flickr Share with Template |
ID | dfnfhbapijahpaobcpojofokllocfpnc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc |
الوصف | Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With… |
حجم الملف | 57.56 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 0.1.10 |
آخر تحديث | 2016-01-04 |
تاريخ النشر | 2016-01-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://blog.othree.net |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/othree/flickr-share-template |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr Share with Template", "version": "0.1.10", "manifest_version": 2, "minimum_chrome_version": "21", "icons": { "128": "icons\/128x128.png", "48": "icons\/48x48.png", "16": "icons\/16x16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_popup": "popup.html" }, "sandbox": { "pages": [ "hogan.html" ] }, "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'", "permissions": [ "tabs", "storage" ] } |