Save As File

Save URL as file instead of open it

Save As Fileคืออะไร?

Save As File เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrome.work247.ru และคุณลักษณะหลักของมันคือ "Save URL as file instead of open it"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save As File

ดาวน์โหลดไฟล์ส่วนขยาย Save As File ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple extension to help you download and save the URL to a file on your local drive.
It behaves like 'Save As...' or 'Save link as...' context menu item for any URL entered in the dialog box.
Switch for bottom downloading bar added in version 1.1                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Save As File Save As File
ID iajmdojjjiapknggfnckblngginmjnbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-as-file/iajmdojjjiapknggfnckblngginmjnbe
คำอธิบาย Save URL as file instead of open it
ขนาดไฟล์ 31.58 KB
จำนวนการติดตั้ง 2,137
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2016-11-26
คะแนน 2.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://chrome.work247.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save As File",
    "short_name": "__MSG_shortName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon40.png",
        "128": "icon100.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon30.png"
        },
        "default_title": "__MSG_tooltip__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "31",
    "permissions": [
        "activeTab",
        "downloads",
        "downloads.shelf"
    ]
}