Just One File

Save current visible elements in an html file. What you see is what you save.

Just One File क्या है?

Just One File yuedong.li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save current visible elements in an html file. What you see is what you save."।

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

screenshot
screenshot

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

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

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

                        Save the current visible elements to an Html file. The plugi removes the script and other useless elements, as much as possible to preserve the contents of the current page display.                    

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

नाम Just One File Just One File
ID opofajlgipfljhhlfhcpmhhjckjaacia
आधिकारिक URL https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia
विवरण Save current visible elements in an html file. What you see is what you save.
फ़ाइल का आकार 15.7 KB
स्थापना संख्या 804
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2022-07-08
प्रकाशन तिथि 2016-12-14
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर yuedong.li
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.codeboy.me
गोपनीयता नीति पृष्ठ URL https://www.codeboy.me
समर्थित भाषाएँ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "JOF",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "__MSG_detail__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "offline_enabled": true,
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "zh_CN",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png"
        },
        "default_title": "__MSG_title__"
    }
}