Awesome View Source Button

Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.

Awesome View Source Button क्या है?

Awesome View Source Button https://upway2late.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Awesome View Source Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.                    

एक्सटेंशन की मूल जानकारी

नाम Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
आधिकारिक URL https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
विवरण Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
फ़ाइल का आकार 34.1 KB
स्थापना संख्या 960
वर्तमान संस्करण 1.2.0.0
अंतिम अपडेट 2016-09-22
प्रकाशन तिथि 2016-09-22
रेटिंग 3.38/5 कुल 13 रेटिंग्स
डेवलपर https://upway2late.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.upway2late.com/projects/buttons-project
सहायता पृष्ठ URL http://www.upway2late.com/projects/buttons-project
गोपनीयता नीति पृष्ठ URL http://www.upway2late.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome View Source Button",
    "version": "1.2.0.0",
    "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.",
    "icons": {
        "16": "viewSource_16.png",
        "48": "viewSource_48.png",
        "128": "viewSource_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "viewSource_19.png",
        "default_title": "Awesome View Source Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}