Backend

Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.

Backend란 무엇입니까?

Backend은(는) https://tetsuwo.tumblr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables quick access to the backyard screen, 'chrome://' and 'about:' pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Backend Chrome Extension
========================

Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.

Chrome Web Store
https://chrome.google.com/webstore/detail/eiingmhoibigiplopcmepmahoihedjnk


ABILITY
-------
- chrome://settings/clearBrowserData
- chrome://settings/siteData
- chrome://settings/content/cookies
- chrome://chrome-urls/
- chrome://settings/content
- chrome://settings/languages
- chrome://settings/
- chrome://extensions/
- https://chrome.google.com/webstore/category/extensions
- https://chrome.google.com/webstore/category/themes
- https://chrome.google.com/webstore/category/apps
- chrome://downloads
- chrome://history/
- chrome://bookmarks
- chrome://components
- chrome://cache
- chrome://dns
- chrome://network
- chrome://histograms
- chrome://version
- chrome://flags
- chrome://settings/help/



CHANGE LOG
----------

https://github.com/tetsuwo/backend-chrome.ext/blob/master/CHANGELOG.md


ELSEWHERE
---------

- Bugs and Issues https://github.com/tetsuwo/backend-chrome.ext/issues
  ... Report Bugs and Issues


AUTHOR
------

Tetsuwo OISHI - 
[email protected] / http://fb.me/tetsuwo / http://twitter.com/tetsukamp                    

확장 프로그램 기본 정보

이름 Backend Backend
ID eiingmhoibigiplopcmepmahoihedjnk
공식 URL https://chromewebstore.google.com/detail/backend/eiingmhoibigiplopcmepmahoihedjnk
설명 Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.
파일 크기 11.89 KB
설치 횟수 983
현재 버전 1.0.0
최근 업데이트 2017-10-19
출시 날짜 2017-10-19
평점 4.82/5 총 11 개의 평점
개발자 https://tetsuwo.tumblr.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://tetsuwo.tumblr.com/
도움말 페이지 URL http://twitter.com/tetsukamp
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/128.png",
        "48": "images\/128.png",
        "64": "images\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.0.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/apis.google.com; frame-src https:\/\/plusone.google.com https:\/\/www.facebook.com https:\/\/platform.twitter.com; object-src 'self'"
}