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是由https://blog.othree.net開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Flickr Share with Template擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
說明頁面URL | 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" ] } |