Image URL Oneclick

Save your opening image tabs in one click

Image URL Oneclickคืออะไร?

Image URL Oneclick เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinwyl และคุณลักษณะหลักของมันคือ "Save your opening image tabs in one click"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image URL Oneclick

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

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

                        Image URL Oneclick helps you to store all opening image tab's urls into your browser by simply clicking on the extension icon.

* * * * * * * * * * Latest version: 1.4.0 --- April 7 2021 * * * * * * * * * *
Updates:
1. Update storage location for more storage space 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

* * * * * * * * * * Last version: 1.3.1 --- March 19 2021 * * * * * * * * * *
Updates:
1. Add total count of records and urls saved
2. Add labelling for records 
3. Add filter panel, so you can now search records quickly with applying Label/Date/Star filter
4. Bug fixes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

It is actually tailor-made for my another toy project https://www.simplephotogrid.com, feel free to visit the site and try it out. In spite of it, you can still use it separately as a storage for images' url and easily restore the stored items at any time you like.

We are planning on adding more functions or features to it. Any suggestions and comments are greatly appreciated!                    

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

ชื่อ Image URL Oneclick Image URL Oneclick
ID cbgokcojacngdokhalmlajpdjjkbdeob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-url-oneclick/cbgokcojacngdokhalmlajpdjjkbdeob
คำอธิบาย Save your opening image tabs in one click
ขนาดไฟล์ 1.2 MB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2021-04-07
วันที่เผยแพร่ 2020-11-06
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา kevinwyl
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image URL Oneclick",
    "version": "1.4.0",
    "description": "Save your opening image tabs in one click",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "static\/icon_32.png"
    },
    "icons": {
        "48": "static\/icon_32.png",
        "128": "static\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": ".\/src\/options.html",
        "open_in_tab": true
    }
}