Temporary Bookmarks

Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.

Temporary Bookmarks란 무엇입니까?

Temporary Bookmarks은(는) https://www.extensions-for-chrome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Temporary Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Temporary Bookmarks makes easy browse web sites that way, that you can save, open and delete bookmarks. 

Actual page you can add in popup. For add web link click the right mouse button on web link and add to Temporary Bookmarks in context menu. Popup show list of bookmarks.  

You can choose from three variants delete bookmark in options:
1) Click on delete icon and then confirm deletion.    
2) Click on delete icon without confirmation.
3) After click on bookmark is open at the same time delete.                    

확장 프로그램 기본 정보

이름 Temporary Bookmarks Temporary Bookmarks
ID gicpnnockilhclmgekhdnnjokdmlfhmk
공식 URL https://chromewebstore.google.com/detail/temporary-bookmarks/gicpnnockilhclmgekhdnnjokdmlfhmk
설명 Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.
파일 크기 62.02 KB
설치 횟수 597
현재 버전 1.3
최근 업데이트 2013-09-21
출시 날짜 2013-09-21
평점 3.96/5 총 26 개의 평점
개발자 https://www.extensions-for-chrome.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Temporary Bookmarks",
    "description": "Add actual page or any web links on actual page into temporary bookmarks. You can open these web links later.",
    "version": "1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}