Finding the Universe

Search and flip through Finding the Universe articles

Finding the Universe란 무엇입니까?

Finding the Universe은(는) https://www.findingtheuniverse.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search and flip through Finding the Universe articles"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Finding the Universe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Finding the Universe is a travel and photography blog showcasing some fantastic photography and inspirational travel ideas for destinations around the world. 

This extension notifies you of new articles when they go live (usually no more than two a week) and lists the 25 most recent articles on the site. Additionally, you can search through all the previous articles on the site right from the extension.

If there is anything else you'd like to see from this extension, let me know.

**CHANGELOG**

**VERSION 0.95**
Adjusted thumbnail dimensions so they aren't stretched oddly. 

**VERSION 0.9**

New look and feel
Added notification for new posts. 
Added image thumbnails for posts. 
Now shows up to 25 articles.

**VERSION 0.8 (first release)**
Search box to search Finding the Universe site
Recent 10 articles from blog


Any issues or feature requests, let me know! Plus, if you want something like this for your own website, drop me a line!                    

확장 프로그램 기본 정보

이름 Finding the Universe Finding the Universe
ID fcnnfceoongcakedbolnpjcmeenjaeec
공식 URL https://chromewebstore.google.com/detail/finding-the-universe/fcnnfceoongcakedbolnpjcmeenjaeec
설명 Search and flip through Finding the Universe articles
파일 크기 61.64 KB
설치 횟수 163
현재 버전 0.95
최근 업데이트 2013-09-14
출시 날짜 2013-09-14
평점 4.33/5 총 3 개의 평점
개발자 https://www.findingtheuniverse.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.findingtheuniverse.com
지원되는 언어 en
manifest.json
{
    "name": "Finding the Universe",
    "description": "Search and flip through Finding the Universe articles",
    "homepage_url": "http:\/\/www.findingtheuniverse.com\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/feeds.feedburner.com\/*",
        "http:\/\/www.findingtheuniverse.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "FTU",
        "default_popup": "findingtheuniverse.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "0.95"
}