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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flickr Share with Template एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
सहायता पृष्ठ 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"
    ]
}