Canterlot.com Extension

Accesses public content from Canterlot.com such as latest gallery images & news

Canterlot.com Extension란 무엇입니까?

Canterlot.com Extension은(는) https://canterlot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accesses public content from Canterlot.com such as latest gallery images & news"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Canterlot.com Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Creates an easy to access way to view certain content from Canterlot.com such as the latest news, recent art gallery submissions and blog entries as well as easy access to our very own URL shortening service.

This extension does not require an account with Canterlot or requires you to be logged in to use. It cannot edit or submit information to Canterlot.com.
Screenshots may contain other example websites not associated with Canterlot.com or the extension, this is for example only to show that you can access the information in the extension from any location at any time.

Canterlot.com is a RolePlay focused (but not exclusively) forum and community dedicated to the My Little Pony, Friendship is Magic fandom containing art galleries, user blogs and social chat.

Updates:
v1.2 - Added user profile feeds, icons and other minor improvements.                    

확장 프로그램 기본 정보

이름 Canterlot.com Extension Canterlot.com Extension
ID ijdpdaepnehjoplfifhpljcanphlohbm
공식 URL https://chromewebstore.google.com/detail/canterlotcom-extension/ijdpdaepnehjoplfifhpljcanphlohbm
설명 Accesses public content from Canterlot.com such as latest gallery images & news
파일 크기 20.52 KB
설치 횟수 200
현재 버전 1.2
최근 업데이트 2012-08-15
출시 날짜 2012-08-15
평점 4.77/5 총 22 개의 평점
개발자 https://canterlot.com
결제 유형 free
확장 프로그램 웹 사이트 http://canterlot.com
지원되는 언어 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canterlot.com Extension",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Accesses public content from Canterlot.com such as latest gallery images & news",
    "icons": {
        "128": "CE_icon128.png"
    },
    "permissions": [
        "http:\/\/*.canterlot.com\/*",
        "https:\/\/*.canterlot.com\/*"
    ],
    "browser_action": {
        "default_icon": "CE_icon19.png",
        "default_popup": "popup.html"
    }
}