Image URL Oneclick

Save your opening image tabs in one click

Image URL Oneclick란 무엇입니까?

Image URL Oneclick은(는) kevinwyl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your opening image tabs in one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Image URL Oneclick 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}