Temporary bookmarks

Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.

Temporary bookmarks란 무엇입니까?

Temporary bookmarks은(는) Mark Song에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        I usually save many web pages into my bookmarks to visit that again, but many web pages are only for temporary, and it makes my bookmarks massy later, because it's quiet annoying to delete them after visiting.

So I made a Temporary bookmarks to save temporary webpage, the bookmarks will be removed from the list automatically by the time you set. 

If you like it or any question, please leave your review.

Thank you.

Change log:
V.2.0.0
- Added Temporary bookmark adding function in context menu

V.1.4.0 
- Using Chrome Sync to sync list across multiple devices                    

확장 프로그램 기본 정보

이름 Temporary bookmarks Temporary bookmarks
ID lodempgomepppljcgieglnhnjmalgodm
공식 URL https://chromewebstore.google.com/detail/temporary-bookmarks/lodempgomepppljcgieglnhnjmalgodm
설명 Temporaray bookmarks is a bookmarking tool for saving web pages only for temporary.
파일 크기 58.9 KB
설치 횟수 72
현재 버전 2.0.0
최근 업데이트 2015-07-12
출시 날짜 2015-07-12
평점 3.20/5 총 5 개의 평점
개발자 Mark Song
결제 유형 free
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "TempBookmark",
    "description": "__MSG_appDescription__",
    "version": "2.0.0",
    "author": "Mark Song",
    "background": {
        "scripts": [
            "\/lib\/jquery-1.11.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}