Airstory

Capture research and use it in your writing - no matter where you write online.

Airstory란 무엇입니까?

Airstory은(는) https://airstory.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture research and use it in your writing - no matter where you write online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Put an end to copying and pasting interesting quotes, data points, images and more you find online.

Now with Airstory, you can save your favorite online research as a note. Then drag that note into any space you write online. Your note automatically merges _with_ the source URL included (so you can cite in a snap).

1. Click the Airstory icon in your Chrome browser (or right-click on a page).
2. Highlight and clip a single text snippet or multiple snippets as you scroll down a page. Select any images you want.
3. Tag it for easy future use.
4. Save it as a reusable note right inside Airstory.

Any time you want to make your writing more convincing, open up Airstory and drag one or more notes into your writing.

Great for:
- Business
- Students
- TAs and RAs
- Academics
- Content creators
- Copywriters

Drag notes into Gmail. Google Docs. And anywhere else you write online.                    

확장 프로그램 기본 정보

이름 Airstory Airstory
ID hbbiclkampjdicikmgffdlmpneocglgp
공식 URL https://chromewebstore.google.com/detail/airstory/hbbiclkampjdicikmgffdlmpneocglgp
설명 Capture research and use it in your writing - no matter where you write online.
파일 크기 917 KB
설치 횟수 8,006
현재 버전 2.3.0
최근 업데이트 2021-01-29
출시 날짜 2019-04-28
평점 4.67/5 총 27 개의 평점
개발자 https://airstory.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.airstory.co/
도움말 페이지 URL http://help.airstory.co/
개인정보 보호 정책 페이지 URL https://airstory.co/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airstory",
    "description": "Capture research and use it in your writing - no matter where you write online.",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "24": "images\/icons\/24.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Airstory"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "background": {
        "scripts": [
            "dist\/background.min.js"
        ]
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "",
        "contextMenus",
        "cookies",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "images\/*",
        "html\/*"
    ]
}